MFAOptions

@Serializable
data class MFAOptions(val enabled: Boolean? = null, val duration: <Error class: unknown class>? = null, val rule: String? = null)

Parameters

enabled

Weather or not MFA is required to authenticate with more than one record.

duration
rule

The rule which determines who is required ot use MFA.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, duration: <Error class: unknown class>? = null, rule: String? = null)

Properties

Link copied to clipboard
val duration: <Error class: unknown class>? = null
Link copied to clipboard
val enabled: Boolean? = null
Link copied to clipboard
val rule: String? = null